-
Couldn't load subscription status.
- Fork 3.2k
Update fixedint dependency #43475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fixedint dependency #43475
Conversation
7b4dfc7 to
ed6c7f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR relaxes the fixedint dependency from an exact pin to a version range to allow future compatible updates and records the change in the unreleased changelog section.
- Updated setup.py to change fixedint from ==0.1.6 to >=0.1.6,<1.0.0
- Added a changelog note documenting the dependency adjustment
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py | Adjusts fixedint dependency specification to a wider semver range. |
| sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md | Adds entry noting the relaxed fixedint dependency constraint. |
...itor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_constants.py
Outdated
Show resolved
Hide resolved
...itor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_constants.py
Outdated
Show resolved
Hide resolved
|
Converting to draft until we investigate more |
|
Needs tests for _get_DJB2_sample_score. |
41bbcf6 to
ed6c7f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Fixedint was added and pinned one day before the latest version came out. Updating it to allow for the latest version. Should be removed in the future.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines